home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TADDDL / TADDDL.txt < prev   
Text File  |  1998-04-27  |  9KB  |  407 lines

  1. object AddDL: TAddDL
  2.   Left = 209
  3.   Top = 175
  4.   ActiveControl = edHost
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add Url for download'
  8.   ClientHeight = 270
  9.   ClientWidth = 498
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MainPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 498
  24.     Height = 270
  25.     Align = alClient
  26.     BevelInner = bvLowered
  27.     BorderWidth = 3
  28.     BorderStyle = bsSingle
  29.     TabOrder = 0
  30.     object Panel3: TPanel
  31.       Left = 247
  32.       Top = 41
  33.       Width = 242
  34.       Height = 220
  35.       BevelInner = bvLowered
  36.       BorderWidth = 1
  37.       TabOrder = 0
  38.       object RxLabel6: TRxLabel
  39.         Left = 7
  40.         Top = 43
  41.         Width = 101
  42.         Height = 14
  43.         Caption = 'Remote path of file  :'
  44.       end
  45.       object RxLabel7: TRxLabel
  46.         Left = 88
  47.         Top = 3
  48.         Width = 65
  49.         Height = 14
  50.         Caption = 'Remote file  :'
  51.       end
  52.       object RxLabel1: TRxLabel
  53.         Left = 6
  54.         Top = 83
  55.         Width = 96
  56.         Height = 14
  57.         Caption = 'Official host name  :'
  58.       end
  59.       object RxLabel2: TRxLabel
  60.         Left = 6
  61.         Top = 123
  62.         Width = 97
  63.         Height = 14
  64.         Caption = 'IP address of host  :'
  65.       end
  66.       object RxLabel5: TRxLabel
  67.         Left = 6
  68.         Top = 3
  69.         Width = 31
  70.         Height = 14
  71.         Caption = 'Port  :'
  72.       end
  73.       object RxLabel3: TRxLabel
  74.         Left = 155
  75.         Top = 82
  76.         Width = 63
  77.         Height = 14
  78.         Caption = 'User name  :'
  79.       end
  80.       object RxLabel4: TRxLabel
  81.         Left = 155
  82.         Top = 123
  83.         Width = 58
  84.         Height = 14
  85.         Caption = 'Password  :'
  86.       end
  87.       object RxLabel11: TRxLabel
  88.         Left = 99
  89.         Top = 164
  90.         Width = 51
  91.         Height = 14
  92.         Caption = 'Protocol  :'
  93.       end
  94.       object Panel6: TPanel
  95.         Left = 4
  96.         Top = 57
  97.         Width = 233
  98.         Height = 25
  99.         BevelOuter = bvNone
  100.         BorderStyle = bsSingle
  101.         TabOrder = 0
  102.         object edPath: TEdit
  103.           Left = 0
  104.           Top = 0
  105.           Width = 229
  106.           Height = 21
  107.           TabOrder = 0
  108.         end
  109.       end
  110.       object Panel7: TPanel
  111.         Left = 86
  112.         Top = 17
  113.         Width = 151
  114.         Height = 25
  115.         BevelOuter = bvNone
  116.         BorderStyle = bsSingle
  117.         TabOrder = 1
  118.         object edName: TEdit
  119.           Left = 0
  120.           Top = 0
  121.           Width = 147
  122.           Height = 21
  123.           AutoSelect = False
  124.           AutoSize = False
  125.           TabOrder = 0
  126.         end
  127.       end
  128.       object Panel4: TPanel
  129.         Left = 4
  130.         Top = 98
  131.         Width = 147
  132.         Height = 25
  133.         BevelOuter = bvNone
  134.         BorderStyle = bsSingle
  135.         TabOrder = 2
  136.         object edHost: TEdit
  137.           Left = 0
  138.           Top = 0
  139.           Width = 143
  140.           Height = 21
  141.           TabOrder = 0
  142.         end
  143.       end
  144.       object Panel11: TPanel
  145.         Left = 4
  146.         Top = 138
  147.         Width = 147
  148.         Height = 25
  149.         BevelOuter = bvNone
  150.         BorderStyle = bsSingle
  151.         TabOrder = 3
  152.         object edIP: TEdit
  153.           Left = 0
  154.           Top = 0
  155.           Width = 143
  156.           Height = 21
  157.           TabOrder = 0
  158.         end
  159.       end
  160.       object Panel2: TPanel
  161.         Left = 153
  162.         Top = 98
  163.         Width = 84
  164.         Height = 25
  165.         BevelOuter = bvNone
  166.         BorderStyle = bsSingle
  167.         TabOrder = 4
  168.         object edUser: TEdit
  169.           Left = 0
  170.           Top = 0
  171.           Width = 80
  172.           Height = 21
  173.           TabOrder = 0
  174.           Text = 'anonymous'
  175.         end
  176.       end
  177.       object Panel12: TPanel
  178.         Left = 153
  179.         Top = 138
  180.         Width = 84
  181.         Height = 25
  182.         BevelOuter = bvNone
  183.         BorderStyle = bsSingle
  184.         TabOrder = 5
  185.         object edPass: TEdit
  186.           Left = 0
  187.           Top = 0
  188.           Width = 80
  189.           Height = 21
  190.           TabOrder = 0
  191.           Text = 'user@'
  192.         end
  193.       end
  194.       object Panel13: TPanel
  195.         Left = 5
  196.         Top = 17
  197.         Width = 79
  198.         Height = 25
  199.         BevelOuter = bvNone
  200.         BorderStyle = bsSingle
  201.         TabOrder = 6
  202.         object edPort: TEdit
  203.           Left = 0
  204.           Top = 0
  205.           Width = 75
  206.           Height = 21
  207.           AutoSize = False
  208.           TabOrder = 0
  209.           OnKeyPress = edPortKeyPress
  210.         end
  211.       end
  212.       object Panel1: TPanel
  213.         Left = 91
  214.         Top = 179
  215.         Width = 72
  216.         Height = 23
  217.         BevelOuter = bvNone
  218.         BorderStyle = bsSingle
  219.         TabOrder = 7
  220.         object cbProto: TComboBox
  221.           Left = 0
  222.           Top = 0
  223.           Width = 68
  224.           Height = 19
  225.           Style = csOwnerDrawFixed
  226.           DropDownCount = 2
  227.           ItemHeight = 13
  228.           Items.Strings = (
  229.             'ftp://'
  230.             'http://')
  231.           TabOrder = 0
  232.           OnChange = cbProtoChange
  233.         end
  234.       end
  235.     end
  236.     object Panel5: TPanel
  237.       Left = 5
  238.       Top = 5
  239.       Width = 484
  240.       Height = 36
  241.       Align = alTop
  242.       BevelInner = bvLowered
  243.       TabOrder = 1
  244.       object btAdd: TRxSpeedButton
  245.         Left = 3
  246.         Top = 3
  247.         Width = 30
  248.         Height = 30
  249.         Flat = True
  250.         GrayedInactive = False
  251.         ParentShowHint = False
  252.         OnClick = btAddClick
  253.       end
  254.       object btClose: TRxSpeedButton
  255.         Left = 34
  256.         Top = 3
  257.         Width = 30
  258.         Height = 30
  259.         Flat = True
  260.         GrayedInactive = False
  261.         ParentShowHint = False
  262.         OnClick = btCloseClick
  263.       end
  264.     end
  265.   end
  266.   object DirPanel: TPanel
  267.     Left = 7
  268.     Top = 43
  269.     Width = 242
  270.     Height = 220
  271.     BevelInner = bvLowered
  272.     BorderWidth = 1
  273.     Caption = 'DirPanel'
  274.     TabOrder = 1
  275.     object RxLabel8: TRxLabel
  276.       Left = 4
  277.       Top = 42
  278.       Width = 81
  279.       Height = 14
  280.       Caption = 'Local directory  :'
  281.     end
  282.     object RxLabel10: TRxLabel
  283.       Left = 5
  284.       Top = 3
  285.       Width = 60
  286.       Height = 14
  287.       Caption = 'Local disk  :'
  288.     end
  289.     object RxLabel9: TRxLabel
  290.       Left = 94
  291.       Top = 3
  292.       Width = 54
  293.       Height = 14
  294.       Caption = 'Local file  :'
  295.     end
  296.     object PanelTree: TPanel
  297.       Left = 4
  298.       Top = 84
  299.       Width = 233
  300.       Height = 131
  301.       BevelOuter = bvNone
  302.       BorderStyle = bsSingle
  303.       Caption = 'PanelTree'
  304.       TabOrder = 0
  305.       object TreeView: TTreeView
  306.         Left = 0
  307.         Top = 0
  308.         Width = 229
  309.         Height = 127
  310.         Indent = 19
  311.         OnEditing = TreeViewEditing
  312.         OnEdited = TreeViewEdited
  313.         OnExpanding = TreeViewExpanding
  314.         OnCollapsing = TreeViewCollapsing
  315.         Align = alClient
  316.         SortType = stBoth
  317.         TabOrder = 0
  318.         OnDblClick = TreeViewDblClick
  319.         PopupMenu = PopupMenu1
  320.         ParentShowHint = False
  321.         ShowHint = False
  322.         Images = Images
  323.         StateImages = Images
  324.       end
  325.     end
  326.     object Panel8: TPanel
  327.       Left = 4
  328.       Top = 57
  329.       Width = 233
  330.       Height = 25
  331.       BevelOuter = bvNone
  332.       BorderStyle = bsSingle
  333.       TabOrder = 1
  334.       object LocDir: TEdit
  335.         Left = 0
  336.         Top = 0
  337.         Width = 229
  338.         Height = 21
  339.         TabOrder = 0
  340.       end
  341.     end
  342.     object Panel9: TPanel
  343.       Left = 5
  344.       Top = 18
  345.       Width = 86
  346.       Height = 23
  347.       BevelOuter = bvNone
  348.       BorderStyle = bsSingle
  349.       TabOrder = 2
  350.       object DriveComboBox: TDriveComboBox
  351.         Left = 0
  352.         Top = 0
  353.         Width = 82
  354.         Height = 19
  355.         TabOrder = 0
  356.         OnChange = DriveComboBoxChange
  357.       end
  358.     end
  359.     object Panel10: TPanel
  360.       Left = 93
  361.       Top = 17
  362.       Width = 144
  363.       Height = 25
  364.       BevelOuter = bvNone
  365.       BorderStyle = bsSingle
  366.       TabOrder = 3
  367.       object LocName: TEdit
  368.         Left = 0
  369.         Top = 0
  370.         Width = 140
  371.         Height = 21
  372.         AutoSelect = False
  373.         AutoSize = False
  374.         TabOrder = 0
  375.       end
  376.     end
  377.   end
  378.   object Waiting: TPanel
  379.     Left = 156
  380.     Top = 114
  381.     Width = 185
  382.     Height = 41
  383.     BevelInner = bvLowered
  384.     Caption = 'Waiting any time  ...'
  385.     Font.Charset = DEFAULT_CHARSET
  386.     Font.Color = clBlack
  387.     Font.Height = -11
  388.     Font.Name = 'MS Sans Serif'
  389.     Font.Style = [fsBold]
  390.     ParentFont = False
  391.     TabOrder = 2
  392.   end
  393.   object Images: TImageList
  394.     ShareImages = True
  395.     Left = 32
  396.     Top = 164
  397.   end
  398.   object PopupMenu1: TPopupMenu
  399.     Left = 62
  400.     Top = 164
  401.     object NewDir1: TMenuItem
  402.       Caption = '&New Folder'
  403.       OnClick = NewDir1Click
  404.     end
  405.   end
  406. end
  407.